home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / winvn060.arc / WVCNCM.DLG < prev    next >
Text File  |  1991-07-01  |  1KB  |  20 lines

  1. /*--  This is the first line of WVCNCM.DLG ------------------------- */
  2.  
  3. WinVnComm DIALOG LOADONCALL MOVEABLE DISCARDABLE 10, 27, 113, 116
  4. CAPTION "Configure Communications"
  5. STYLE WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_VISIBLE | WS_POPUP
  6. BEGIN
  7.            CONTROL "Comm Port", -1, "button", BS_GROUPBOX              | WS_CHILD, 8, 2, 95, 26
  8.            CONTROL "COM1", IDD_COM1, "button", BS_RADIOBUTTON | WS_TABSTOP | WS_CHILD, 13, 11, 28, 12
  9.            CONTROL "COM2", IDD_COM2, "button", BS_RADIOBUTTON |              WS_CHILD, 61, 11, 28, 12
  10.            CONTROL "Data bits/Parity", -1, "button", BS_GROUPBOX |              WS_CHILD,  8, 34, 93, 26
  11.            CONTROL "7/Even", IDD_7EVEN, "button", BS_RADIOBUTTON | WS_TABSTOP | WS_CHILD, 13, 43, 37, 12
  12.            CONTROL "8/None", IDD_8NONE, "button", BS_RADIOBUTTON |              WS_CHILD, 61, 43, 35, 12
  13.            CONTROL "", IDD_SPEED, "edit", ES_LEFT | WS_BORDER | WS_TABSTOP | WS_CHILD, 80, 66, 26, 12
  14.            CONTROL "Speed (bits/sec)", -1, "static", SS_LEFT | WS_CHILD, 10, 68, 66, 10
  15.            CONTROL "OK", IDOK, "button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_CHILD, 13, 92, 31, 17
  16.            CONTROL "Cancel", IDCANCEL, "button", BS_PUSHBUTTON | WS_TABSTOP | WS_CHILD, 61, 92, 35, 17
  17. END
  18.  
  19.  
  20.